home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / 123r3dem.arc / DEMO.BAT < prev    next >
DOS Batch File  |  1990-09-28  |  489b  |  19 lines

  1. echo off
  2. cls
  3. if not exist 123R3DEM.EXE goto nodemo
  4. 123R3DEM
  5. echo  
  6. echo         Thank you for watching the  
  7. echo         1-2-3 Release 3.1 Demo.  If 
  8. echo         you want to view it again, type
  9. echo         DEMO and press the ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your 1-2-3 Release 3.1 Demo
  14. echo         has not been properly installed.  
  15. echo         Please install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.